#body {
    width: 60%;
    height: 100vh;
    min-height: fit-content;
    overflow: visible;
    margin: 0;
}
#full {
    top:0;
    bottom: 0;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.flex-row {
    display: flex;
    flex-flow: row wrap;
}
.flex-col {
    display: flex;
    flex-flow: column wrap;
}
.flex-center {
    justify-content: center;
    align-content: center;
    align-items: center;
}
.space-evenly {
    justify-content: space-evenly;
}
#star {
    position: absolute;
    bottom: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
    width: 29vw;
    height: max-content;
}
#star > img {
    width: 100%;
}
#nbox {
    height: 85%;
    width: 65%;
    box-sizing: border-box;
    padding: 1%;
}
#bgg {
    box-sizing: border-box;
    padding: 3.5%;
    height: 100%;
    width: 95%;
}
.page {
    position: relative;
    box-sizing: border-box;
    margin-top: 3%;
    height: 97%;
    padding: 3px;
}
#navbox {
    height: 75%;
    top: 5%;
    padding: 0;
    float: right;
    left: -3.5%;
    box-sizing: border-box;
    position: relative;
    width: 10rem;
    z-index: 3;
}
#navbox a {
    position: relative;
    top: 0;
    padding: 7% 15%;
    min-width: 20%;
    max-width: fit-content;
    margin: 7% 0;
    transition: 0.3s;
}
#navbox a:hover {
    top: -5px;
    color: var(--purple);
}
.innerpage {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: auto;
    overflow-x: clip;
}

.cardcont {
    display: flex;
    flex-flow: row wrap;
    gap: 2px;
    justify-content: center;
}
.nbmidconn {
    position: relative;
    z-index: 1;
    width: 320%;
    max-width: 60px;
    pointer-events: none;
    user-select: none;
}
.inlinks {
    box-sizing: border-box;
    width: 75%;
}
.inlinks > a {
    border-radius: 5px;
    width: 90%;
    margin: 3px 0;
    padding: 4px;
}
#noticeBox {
    width: 80%;
    margin: 9px;
    flex-grow: 1;
}
#nameTitle {
    margin: 0 0 6px 0;
}
.crayonbox {
    box-sizing: border-box;
    margin: 0;
    padding: 8px 20px;
}
.crayonbox > img {
    width: 9px;
    height: 20px;
}
#tradeBanner {
    height: 90px;
    width: 100%;
}
#couponsBox {
    gap: 7px;
}
.coupon {
    width: 28.666%;
    height: fit-content;
}
.coupon > img{
    width: 100%;
}
#currrencyBox {
    min-height: 90px;
}
.grow-1 {
    flex-grow: 1;
}
.hundo {
    width: 100%;
}
.boxTitle {
    padding: 1% 13%;
}
.couponBox {
    position: relative;
    margin: 3px;
    width: 35%;
}
.coupuses {
    font-size: 0.8em;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: var(--pink);
    z-index: 2;
    padding: 2px;
    border-radius: 5px;
}
.mid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.div1 {
    grid-area: 1 / 5 / 7 / 7;
}
.div2 {
    grid-area: 1 / 1 / 4 / 5;
}
.div3 {
    grid-area: 4 / 1 / 7 / 3;
}
.div4 {
    grid-area: 4 / 3 / 7 / 5;
}
.gap-5 {
    gap: 5px;
}
.coupimg {
    width: 100%;
}
.dropped {
    height: 0;
    overflow: clip;
    opacity: 0;
    z-index: 1;
    position: absolute;
    transition: 0.5s cubic-bezier(0,.83,0,.99);
}
.folioDrop {
    margin: 1px 0 7px 0;
    width: 50%;
}
.folioDrop:hover > .dropped {
    height: 200px;
    opacity: 1;
    user-select: none;
}
.foliolist {
    display: flex;
    flex-flow: column wrap;
    width: fit-content;
    padding: 7px;
}
#portfolioBox > div {
    width: 100%;
}
#toMasterBox {
    float: left;
    margin: 0 7px 0 0;
    padding: 10px;
    border-radius: 7px;
    font-size: 0.85em;
    text-align: center;
}
#toMasterBox > h4 {
    margin: 0 0 5px 0;
}
#masterBox {
    position: relative;
}
#masterBox > img {
    display: inline-flex;
    transform: scale(0.95);
}

.deckcont {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 4px;
    min-height: 200px;
    padding-bottom: 10px;
}
.deckcont > div {
    width: 100%;
}
.deckcont > div > img {
    width: 18.7%;
}

.deckcont > a {
    width: 100%;
}
.deckcont > a > span {
    text-align: center;
    margin: 0 0 4px 0;
    border-radius: 10px;
    width: 100%;
    display: block;
}

#deckBadge {
    margin: 5px;
}

#collectiontabs {
    position: absolute;
    z-index: 4;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    padding-left: 30px;
    justify-content: left;
    width: 100%;
    transform: translateY(-15px);
}

#collectiontabs > a {
    display: flex;
    padding: 5px 7px;
    padding-bottom: 20px;
    border-radius: 10px 10px 50px 50px;
    height: 15px;
    flex-flow: column wrap;
    justify-content: center;
}

#collectiontabs > a:hover,
#collectiontabs > a#collecta:hover {
    height: 50px;
}

#collectiontabs > a#collecta {
    height: 35px;
}
p {
    margin: 0.5em;
}
.stagelights {
    width: 100%;
}
#slbody {
    width: 100%;
}